home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / trash / WHAT'S HER BRA SIZE.swf / scripts / frame_1 / DoAction.as
Text File  |  2007-01-08  |  209b  |  6 lines

  1. txtPercentage = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) add "% loaded";
  2. tellTarget("loader")
  3. {
  4.    gotoAndPlay(Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100));
  5. }
  6.